game development

Top 3 JavaScript Game Engines to Use in 2025
The JavaScript gaming landscape has evolved dramatically, transforming from simple browser experiments to sophisticated, console-quality exp
Smash Toad Studios Serves Up Cranked-Up Chaos in New Playdate Game, Say When!
Indie duo Smash Toad Studios is proud to announce the release of their latest title, [Say When!](https://smashtoadstudios.itch.io/say-when),
Playdate Console Review (2025): A Platform for Creative Development
In a world of high-powered gaming consoles and photorealistic graphics, the [Playdate by Panic](https://play.date/) is a breath of fresh air
How to Code a Tetris clone In JavaScript
Tetris is one of the first games that many of us played growing up. It's fun and challenging and playing a single level can take you from a
How To Code Blackjack Using JavaScript
Today I will be building a small BlackJack game in pure JavaScript in the hopes that you out there reading this can use it as a frame to
How To Create A Rain Effect Using Crafty.js
In this post I will cover how to create a rain effect using the JavaScript game engine, Crafty.js, for a 2D side-scroller type of game. If
How To: Make A Game Using Crafty JS Part 1
I recently went on a journey to find a good and simple to use 2D game engine, and after much reading, much installing, and much configurati
How to Code The Snake Game Using JavaScript - Full Tutorial
We've all seen the infamous snake game. It was a staple of non-smartphones back in the day. In this post, we'll be building something similar...
How to Code Tic Tac Toe in JavaScript
In this post we will be building the ever popular Tic Tac Toe game in JavaScript. It's a relatively simple implementation and the most comp